Revert "m68k: move exports to definitions"
authorBen Hutchings <ben@decadent.org.uk>
Thu, 1 Dec 2016 23:14:09 +0000 (23:14 +0000)
committerBen Hutchings <ben@decadent.org.uk>
Mon, 17 Jul 2017 02:01:21 +0000 (03:01 +0100)
commit5998fe171fdaf802d8132e2cf81b31284b14a1ea
tree0b0aabffcf458b796d19c771dff98d29fa878afb
parent198c9cef0af0b56cd9ace69e278de4278153c934
Revert "m68k: move exports to definitions"

This reverts commit d13ffb5630443e6112df0263969cbdfc8ab9ab57 because
symbols exported from assembly don't automatically get modversions (ABI
hashes).

Updated for 4.11: don't revert additions of #include <compiler.h> as
it's needed for other reasons (see #862393).

Gbp-Pq: Topic bugfix/m68k
Gbp-Pq: Name revert-m68k-move-exports-to-definitions.patch
12 files changed:
arch/m68k/include/asm/export.h [deleted file]
arch/m68k/kernel/Makefile
arch/m68k/kernel/m68k_ksyms.c [new file with mode: 0644]
arch/m68k/lib/ashldi3.c
arch/m68k/lib/ashrdi3.c
arch/m68k/lib/divsi3.S
arch/m68k/lib/lshrdi3.c
arch/m68k/lib/modsi3.S
arch/m68k/lib/muldi3.c
arch/m68k/lib/mulsi3.S
arch/m68k/lib/udivsi3.S
arch/m68k/lib/umodsi3.S